[Snyk] Security upgrade php from 8.0-fpm to 8.5.1RC1-fpm#11
[Snyk] Security upgrade php from 8.0-fpm to 8.5.1RC1-fpm#11wanda-carlson wants to merge 1 commit intomainfrom
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on January 1
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| @@ -1,3 +1,3 @@ | |||
| FROM php:8.0-fpm | |||
| FROM php:8.5.1RC1-fpm | |||
There was a problem hiding this comment.
Bug: Upgrade uses pre-release PHP Release Candidate version
The base image php:8.5.1RC1-fpm is a Release Candidate (pre-release) version, not a stable release. RC versions are intended for testing and may contain undiscovered bugs or behaviors that change before the final stable release. Using an RC version in production environments introduces stability risks and is generally not recommended. This Snyk-generated upgrade inadvertently selects a pre-production PHP version that could cause unexpected issues.
Snyk has created this PR to fix 3 vulnerabilities in the dockerfile dependencies of this project.
Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.
Snyk changed the following file(s):
DockerfileWe recommend upgrading to
php:8.5.1RC1-fpm, as this image has only 75 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.Vulnerabilities that will be fixed with an upgrade:
SNYK-DEBIAN11-NGHTTP2-5953384
SNYK-DEBIAN11-SYSTEMD-6277510
SNYK-DEBIAN11-SYSTEMD-6277510
SNYK-DEBIAN11-KRB5-7411316
SNYK-DEBIAN11-KRB5-7411316
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Allocation of Resources Without Limits or Throttling
Note
Upgrade Docker base image from
php:8.0-fpmtophp:8.5.1RC1-fpm.Written by Cursor Bugbot for commit 0e65ad9. This will update automatically on new commits. Configure here.